Skip to content

b3nn3tt/Kali-Linux-Setup-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kali_Setup_Script

This script can be used to configure Kali Linux to be production ready for ITHC use. On first launch, the script will update the system via apt, and therein on each use if the last update was over 7 days prior. Next, you can use the menu system to install packages, clone git repositories, and configure useful services such an a Pure-FTPd server.

Packages

The following packages will be installed by default:

  • atftp
  • bloodhound
  • cherrytree
  • crackmapexec
  • crowbar
  • exploitdb
  • gedit
  • gobuster
  • htop
  • httptunnel
  • ipcalc
  • kerberoast
  • metasploit-framework
  • mingw-w64
  • nishang
  • odat
  • powercat
  • powershell-empire
  • pure-ftpd
  • rinetd
  • rsh-client
  • rusers
  • screenfetch
  • seclists
  • shellter
  • veil
  • wine
  • xsltproc

To add more packages, add them to the packages file.

Git Repositories

The following repositories will be cloned locally on your system:

If you read the repositories file, you will note that in the middle of each line there is a category. This is to assist with sorting the repositories on your local file system when you clone them. The categories by default are:

  • 1.OSINT
  • 2.Scanning
  • 3.Exploitation
  • 4.Post_Exploitation
  • 5.Exploit_Development
  • 6.Custom_Tools

You can edit the repositories as required, but ensure that you adhere to the following syntax:

repo_name category url

In all sections ensure that there are no spaces, as the spaces between them act as a delimiter within the script itself. Adding additional spaces in any individual section of your entry will result in failure to clone.

WIP

This script is still being actively worked on. Whilst some modest debugging has taken place, there are likely to be a few snags here and there - if you find any, let me know!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages